Remove code seeding RNG from /dev/urandom. The random module's default RNG is
authoremellor@ewan <emellor@ewan>
Sun, 9 Oct 2005 10:57:24 +0000 (11:57 +0100)
committeremellor@ewan <emellor@ewan>
Sun, 9 Oct 2005 10:57:24 +0000 (11:57 +0100)
commit9c04557e2d6601750d3a54bdee74ac3e2973d4de
tree0b666dc888dd4bd18dcbb362a24140051021eb5e
parente92ad65f027316849b66d2986027701060a6a15e
Remove code seeding RNG from /dev/urandom.  The random module's default RNG is
already seeded from the clock, so this is unnecessary, non-portable, and
expensive.  This should improve start-up time of Xend.  Replace twisty maze of
code with something sensible.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/uuid.py